Class HTMLToPDFParams
Parameters for converting HTML to PDF using HTMLToPDFJob.
Inheritance
System.Object
HTMLToPDFParams
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.htmltopdf
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class HTMLToPDFParams : IPDFServicesJobParams
Properties
DataToMerge
Gets the data to merge.
Declaration
public JObject DataToMerge { get; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.Linq.JObject |
IncludesHeaderFooter
Gets whether to include header and footer. true if header and footer are to be included, false otherwise.
Declaration
public bool IncludesHeaderFooter { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PageLayout
Gets the page layout.
Declaration
public PageLayout PageLayout { get; }
Property Value
Type | Description |
---|---|
PageLayout |
WaitTimeToLoad
Wait time in milliseconds for HTML to load.
Declaration
public int WaitTimeToLoad { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
HTMLToPDFParamsBuilder()
Creates a new HTMLToPDFParams.Builder.
Declaration
public static HTMLToPDFParams.Builder HTMLToPDFParamsBuilder()
Returns
Type | Description |
---|---|
HTMLToPDFParams.Builder | a HTMLToPDFParams.Builder instance |