Namespace TallComponents.PDF.JavaScript.Scripting.Dialog
Class DialogDescription
Represents a dialog box definition from the specification.
Syntax
public class DialogDescription
: Object
Constructors
Properties
Nullable<AlignChildren> AlignChildren
The alignment for all descendants.
Nullable<Double> CharHeight
The height of the dialog box in characters.
If not specified, the combined height of the contents is used.
Nullable<Double> CharWidth
The width of the dialog box in characters.
If not specified, the combined width of the contents is used.
List<DialogElement> Elements
An array of object literals that describe the dialog box elements.
String FirstTab
An ItemID for the dialog box item that should be first in the tab order.
This item is also active when the dialog is created.
Required for setting up tabbing order.
Nullable<Double> Height
The height of the dialog box in pixels.
If not specified, the combined height of the contents is used.
String Name
The title bar of the dialog box, which should be localized.
Nullable<Double> Width
The width of the dialog box in pixels.
If not specified, the combined width of the contents is used.