Class PDFPropertiesParams
Parameters for getting properties of a PDF using PDFPropertiesParams.
Inheritance
System.Object
PDFPropertiesParams
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.pdfproperties
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PDFPropertiesParams : IPDFServicesJobParams
Properties
IncludePageLevelProperties
Gets whether to include page level properties in the resulting.
Declaration
public bool IncludePageLevelProperties { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
PDFPropertiesParamsBuilder()
Creates a new PDFPropertiesParams.Builder.
Declaration
public static PDFPropertiesParams.Builder PDFPropertiesParamsBuilder()
Returns
Type | Description |
---|---|
PDFPropertiesParams.Builder | a PDFPropertiesParams.Builder instance |