Back to Devexpress

PdfDocument Properties

officefileapi-devexpress-dot-pdf-dot-pdfdocument-dot-underscore-properties.md

latest7.3 KB
Original Source

PdfDocument Properties

A document contained in a PDF file.

NameDescription
AccessModeGets how the loaded PDF document is opened and the level of access granted.
AcroFormProvides access to the document’s interactive form (AcroForm) properties.
ActionsProvides access to the PdfDocumentActions class that contains references to JavaScript actions which should be taken in response to some events.
AllowAccessibilityIndicates whether copying or extracting text and graphics from the document is allowed (in support of accessibility to users with disabilities or for other purposes).
AllowAnnotationsAndFormsModifyingIndicates whether adding and modifying text annotations and interactive form fields is allowed.
AllowDataExtractionIndicates whether data extraction is allowed.
AllowDocumentAssemblingIndicates whether inserting, rotating, or deleting pages and creating navigation elements such as bookmarks is allowed.
AllowFormsFillingIndicates whether interactive form fields filling is allowed.
AllowHighQualityPrintingIndicates whether document printing in high resolution is allowed.
AllowModifyingIndicates whether document modification and assembling is allowed.
AllowPrintingIndicates whether document printing is allowed.
AuthorGets or sets the name of the person who created the document.
BookmarksGets or sets the bookmarks that are used to navigate from one part of a document to another.
CreationDateGets the date and time when the document was created.
CreatorGets or sets the name of the conforming product that created the original document, if this document was converted to PDF from another format.
CustomPropertiesProvides access to the document’s custom properties.
DestinationsGets named destinations for targets in the document.
FileAttachmentsGets the file attachments from a document.
KeywordsGets or sets the keywords associated with the document.
LanguageCultureGets or sets the language identifier that specifies the natural language for al document text.
LogicalStructureProvides access to the document’s structure tree root dictionary.
MarkInfoProvides access to the mark information dictionary that contains information about the document’s usage of Tagged PDF conventions.
MetadataProvides access to a stream that contains the document metadata.
ModDateGets the date and time the document was modified.
NamesProvides access to the document’s name dictionary.
NeedsRenderingIndicates whether or not to expedite the display of PDF documents containing XFA forms.
OpenActionIndicates an action to be performed when a document is opened.
OpenDestinationIndicates a destination that shall be displayed when the document is opened.
OptionalContentPropertiesProvides access to the document’s optional content properties.
OutlinesProvides access to the outline dictionary that shall be the root of the document’s outline hierarchy.
OutputIntentsProvides access to the array of output intent dictionaries that specify the color characteristics of output devices on which the document might be rendered.
PageLabelsProvides access to the number tree defining the page labeling for the document.
PageLayoutIndicates the page layout of the opened document.
PageModeGets or sets the document’s page mode that specifies how to display the opened document (for example, whether to show page thumbnails or outlines automatically for a document).
PagesObtains to the collection of document pages.
PdfACompatibilityGets the PDF/A compliance level of the document.
PdfUACompatibilityGets the PDF/UA compliance level of the document.
PieceInfoProvides access to the page-piece dictionary associated with the document.
ProducerGets or sets the name of the conforming product that converted the original document to PDF from another format.
SubjectGets or sets the subject of a document.
ThreadsProvides access to the array of thread dictionaries that contains the document’s article threads.
TitleGets or sets the document’s title.
TrappedGets or sets a value that specifies whether the document has been modified to include trapping information.
VersionIndicates the version of the PDF specification to which the document conforms if later than the version specified in the file’s header.
ViewerPreferencesGets or sets the document display options.

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace