Show / Hide Table of Contents

Class PDFProperties

This class represents the metadata of the specified PDF file, such as document, pages and security level information.

Inheritance
System.Object
PDFProperties
Namespace: Adobe.PDFServicesSDK.pdfjobs.results.pdfproperties
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PDFProperties

Properties

Document

Gets a Document instance specifying document level properties such as fonts, PDF version etc.

Declaration
public Document Document { get; }
Property Value
Type Description
Document

Pages

Gets an array of Page instances specifying page level properties of the pages from the specified PDF file such as page number, page height etc.

Declaration
public List<Page> Pages { get; }
Property Value
Type Description
System.Collections.Generic.List<Page>

SecuritySettings

Gets a SecuritySettings instance specifying security settings such as encryption and permission settings

Declaration
public SecuritySettings SecuritySettings { get; }
Property Value
Type Description
SecuritySettings
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.