The following tables list the members exposed by CodecsPdfSaveOptions.
| Name | Description | |
|---|---|---|
| AssembleDocument | Enables or disables document assembly. |
| ExtractText | Enables or disables text copying. |
| ExtractTextGraphics | Enables or disables graphics copying. |
| FillForm | Enables or disables form filling. |
| LowMemoryUsage | Gets or sets a value indicating whether to use less memory when creating a PDF file with JPEG or Fax compression. |
| ModifyAnnotation | Enables or disables annotation editing. |
| ModifyDocument | Enables or disables editing. |
| OwnerPassword | Gets or sets the owner password to use when saving encrypted files. |
| PrintDocument | Enables or disables printing. |
| PrintFaithful | Enables or disables high-quality printing. |
| SavePdfA | Gets or sets a value indicating whether the PDF file should be saved as PDF/A. |
| SavePdfv13 | Gets or sets a value indicating whether the PDF file should be saved as PDF v1.3. |
| SavePdfv14 | Gets or sets a value indicating whether the PDF file should be saved as PDF v1.4. |
| SavePdfv15 | Gets or sets a value indicating whether the PDF file should be saved as PDF v1.5. |
| SavePdfv16 | Gets or sets a value indicating whether the PDF file should be saved as PDF v1.6. |
| TextEncoding | Gets or sets the text encoding to use. |
| Use128BitEncryption | Gets or sets a value which control the type of encryption to use. |
| UseImageResolution | Gets or sets a value indicating whether to use the image resolution (DPI) in calculating page dimensions when saving a PDF file. |
| UserPassword | Gets or sets the user password to use when saving encrypted files. |
| Version | Gets or sets a value indicating the version of the PDF file saved by this RasterCodecs object. |