Apex
Types

DocGen Params

This is a custom apex type that represents inputs needed for Types.DocGenRequestInput

Parameters

  1. String PdfViewPassword
  2. String PdfOwnerPassword
  3. Boolean LockPdf
  4. Boolean AllowPdfPrinting
  5. Boolean AllowFillingPdfFormFields

Example

This code block is an example on how to create this custom apex type

Apex