Show / Hide Table of Contents

Class PDFPropertiesParams

Parameters for getting properties of a PDF using PDFPropertiesParams.

Inheritance
System.Object
PDFPropertiesParams
Implements
IPDFServicesJobParams
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

Implements

IPDFServicesJobParams
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.