LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsPdfSaveOptions Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsPdfSaveOptions Class

The following tables list the members exposed by CodecsPdfSaveOptions.

Public Properties

 NameDescription
public Property AssembleDocumentEnables or disables document assembly.  
public Property ExtractTextEnables or disables text copying.  
public Property ExtractTextGraphicsEnables or disables graphics copying.  
public Property FillFormEnables or disables form filling.  
public Property LowMemoryUsageGets or sets a value indicating whether to use less memory when creating a PDF file with JPEG or Fax compression.  
public Property ModifyAnnotationEnables or disables annotation editing.  
public Property ModifyDocumentEnables or disables editing.  
public Property OwnerPasswordGets or sets the owner password to use when saving encrypted files.  
public Property PrintDocumentEnables or disables printing.  
public Property PrintFaithfulEnables or disables high-quality printing.  
public Property SavePdfAGets or sets a value indicating whether the PDF file should be saved as PDF/A.  
public Property SavePdfv13Gets or sets a value indicating whether the PDF file should be saved as PDF v1.3.  
public Property SavePdfv14Gets or sets a value indicating whether the PDF file should be saved as PDF v1.4.  
public Property SavePdfv15Gets or sets a value indicating whether the PDF file should be saved as PDF v1.5.  
public Property SavePdfv16Gets or sets a value indicating whether the PDF file should be saved as PDF v1.6.  
public Property TextEncodingGets or sets the text encoding to use.  
public Property Use128BitEncryptionGets or sets a value which control the type of encryption to use.  
public Property UseImageResolutionGets or sets a value indicating whether to use the image resolution (DPI) in calculating page dimensions when saving a PDF file.  
public Property UserPasswordGets or sets the user password to use when saving encrypted files.  
public Property VersionGets or sets a value indicating the version of the PDF file saved by this RasterCodecs object.  
Top

See Also