LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PrintDocument Property

Show in webframe







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)
            
 
get_PrintDocument();
set_PrintDocument(value);
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 Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.