|
Public Member Functions |
| HRESULT | Default () |
| | Resets all options to default values.
|
Properties |
| VARIANT_BOOL | AllowAccessibility [set] |
| | If VARIANT_TRUE, enables visually impaired screen reader devices to extract data independent of the value of the enum EPDFRestrictOperationsMode.
|
| VARIANT_BOOL | AllowCopying [set] |
| | If VARIANT_TRUE, allows you to copy content from the PDF.
|
| EPDFAllowMode | AllowMode [set] |
| | Enables you to set the security settings for the PDF document. This option must be set if RestrictOperations() is set to VARIANT_TRUE.
|
| VARIANT_BOOL | AllowPrinting [set] |
| | If VARIANT_TRUE, allows you to print the PDF.
|
| EPDFAllowPrintingMode | AllowPrintingMode [set] |
| | Enables you to set the print resolution.
|
| BSTR | Author [set] |
| | Specifies the name of the person generating the PDF.
|
| VARIANT_BOOL | BookmarkFlagNotes [set] |
| | If VARIANT_TRUE, adds bookmarks to the PDF showing the text of the flag note.
|
| VARIANT_BOOL | BookmarkSheets [set] |
| | If VARIANT_TRUE, adds bookmarks to the PDF showing each of the drawing sheets.
|
| VARIANT_BOOL | BookmarkViews [set] |
| | If VARIANT_TRUE, adds bookmarks to the PDF showing zoomed in views on the drawing.
|
| VARIANT_BOOL | BookmarkZones [set] |
| | If VARIANT_TRUE, adds bookmarks to the PDF showing zoomed in regions or zones on the drawing sheet.
|
| EPDFColorDepth | ColorDepth [set] |
| | Enables you to choose between color, grayscale, or monochrome output.
|
| EPDFFontStroke | FontStroke [set] |
| | Enables you to switch between using TrueType fonts in the resulting document and drawing or "stroking" text as line segments.
|
| EPDFHiddenLineMode | HiddenLineMode [set] |
| | Enables you to set the style for hidden lines in the resulting PDF.
|
| VARIANT_BOOL | Hyperlinks [set] |
| | Sets Web hyperlinks to be exported as label text only or sets the underlying hyperlink URLs as active.
|
| BSTR | Keywords [set] |
| | Specifies relevant keywords in the PDF.
|
| VARIANT_BOOL | LaunchViewer [set] |
| | If VARIANT_TRUE, launches the Adobe Acrobat Reader.
|
| EPDFLayerMode | LayerMode [set] |
| | Enables you to set the availability of layers in the document.
|
| BSTR | MasterPassword [set] |
| | Sets a password to restrict or limit the viewer operations that you can perform on the opened PDF document. If the value is set to NULL, the user can make any changes to the PDF regardless of the settings of the modification flags AllowMode() and AllowPrintingMode().
|
| EPDFParamMode | ParamMode [set] |
| | Enables you to set the availability of model parameters as searchable metadata in the PDF document.
|
| BSTR | Password [set] |
| | Sets a password to open the PDF. If the value is not set or NULL, anyone can open the PDF document without a password.
|
| int | RasterDPI [set] |
| | Enables you to set the resolution for the output of any shaded views in DPI.
|
| VARIANT_BOOL | RestrictOperations [set] |
| | If VARIANT_TRUE, enables you to restrict or limit operations on the PDF document using the enum EPDFRestrictOperationsMode.
|
| VARIANT_BOOL | SearchableText [set] |
| | If VARIANT_TRUE, stroked text will be searchable.
|
| BSTR | Subject [set] |
| | Specifies the subject of the PDF.
|
| BSTR | Title [set] |
| | Specifies a title for the PDF document.
|