Gets or sets how printing of the sheet as PDF is handled relative to other sheets.
            
            
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Property PdfWriteMode As PdfWriteMode | 
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As PrintInfo
Dim value As PdfWriteMode
 
instance.PdfWriteMode = value
 
value = instance.PdfWriteMode | 
Property Value
PdfWriteMode setting that specifies how additional PDF printing is handled
 Requirements
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
 See Also
See Also