[]
Encapsulates viewer preferences and document information/metadata for an output PDF document.
[TypeConverter(typeof(ExpandableObjectConverter))]
public sealed class PdfDocumentOptions
Name | Description |
---|---|
PdfDocumentOptions() |
Name | Description |
---|---|
AdditionalMetadata | Additional metadata associated with this document |
Application | The value that appears for “Application” inside the Document Properties dialog of the PDF viewer application. |
Attachments | Document level file attachments |
Author | The name of the person who created the document. |
CenterWindow | True to position the document’s window in the center of the screen. Default value: false. |
DisplayMode | Specifies how the document should be displayed when opened. Default value: None. |
DisplayTitle | True if the window’s title bar should display the document title taken from the Title entry in the document information/metadata. If this value is false, the title bar should instead display the name of the PDF file containing the document. Default value: false. |
FitWindow | True to resize the document’s window to fit the size of the first displayed page. Default value: false. |
HideMenubar | True to hide the viewer application’s menu bar when the document is active. Default value: false. |
HideToolbar | True to hide the viewer application’s toolbars when the document is active. Default value: false. |
HideWindowUI | True to hide user interface elements in the document’s window (such as scroll bars and navigation controls), leaving only the document’s contents displayed. Default value: false. |
Keywords | Keywords associated with the document. |
OnlyForPrint | Indicate whether the PDF is only for print. |
Subject | The subject of the document. |
Title | The document’s title. |