THPDFActionBuilder.GoTo3DView Method

Provides go to3 dview behaviour for the PDF action builder workflow. Use it when the surrounding API family needs explicit control over PDF objects, page content, resources, conformance, or diagnostics

Declaration

class function GoTo3DView(Annot: THPDFDictionaryObject; const ViewName: AnsiString): THPDFActionBuilder;

Unit

HPDFDoc

Parameters

NamePurpose
AnnotInput used by GoTo3DView
ViewNamePDF resource name, packet name, profile name, or caller-defined identifier

Return value

Returns a THPDFActionBuilder value

Usage notes

Related APIs