[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Pdf.Section.PdfDocumentOptions

PdfDocumentOptions Class

Encapsulates viewer preferences and document information/metadata for an output PDF document.

Inheritance
PdfDocumentOptions
Namespace: GrapeCity.ActiveReports.Export.Pdf.Section
Assembly: MESCIUS.ActiveReports.Export.Pdf.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public sealed class PdfDocumentOptions

Constructors

Name Description
PdfDocumentOptions()

Properties

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.