Show / Hide Table of Contents

Class PDFPropertiesResult

This class encapsulates the result of PDFPropertiesJob.

Inheritance
System.Object
PDFPropertiesResult
Implements
IPDFServicesJobResult
Namespace: Adobe.PDFServicesSDK.pdfjobs.results
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PDFPropertiesResult : IPDFServicesJobResult

Constructors

PDFPropertiesResult(PDFProperties, String)

Constructs a new PDFPropertiesResult instance.

Declaration
public PDFPropertiesResult(PDFProperties pdfProperties, string pdfPropertiesJson)
Parameters
Type Name Description
PDFProperties pdfProperties

PDF properties object

System.String pdfPropertiesJson

PDF Properties Json String

Properties

PDFProperties

Gets the PDFProperties instance.

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

PDFPropertiesJson

Gets the PDF Properties Json String

Declaration
public string PDFPropertiesJson { get; }
Property Value
Type Description
System.String

Implements

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