Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

PrintDocument Property








Enables or disables printing.
Syntax
public bool PrintDocument {get; set;}
'Declaration
 
Public Property PrintDocument As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.PrintDocument = value
 
value = instance.PrintDocument
public bool PrintDocument {get; set;}
@property (nonatomic, assign) BOOL printDocument
public boolean getPrintDocument()
public void setPrintDocument(boolean value)
            
 <br/>get_PrintDocument();<br/>set_PrintDocument(value);<br/>Object.defineProperty('PrintDocument'); 
public:
property bool PrintDocument {
   bool get();
   void set (    bool value);
}

Property Value

true to give the user of the PDF document permission to print the document.
Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Features

Error processing SSI file