Name | Description | |
---|---|---|
ButtonAppearance Constructor | Initializes a new instance of the ButtonAppearance class. |
The following tables list the members exposed by ButtonAppearance.
Name | Description | |
---|---|---|
ButtonAppearance Constructor | Initializes a new instance of the ButtonAppearance class. |
Name | Description | |
---|---|---|
Caption | Gets or sets the button's caption. | |
CaptionImageRelation | Gets or sets a value indicating how to position the button's caption relative to image. | |
DownAppearance | Gets the StateAppearance object defining the button attributes used when the mouse button is pressed within its active area. | |
Image | Gets or sets the button's image specified by the GrapeCity.Documents.Pdf.Graphics.IXObject interface.
You can use GrapeCity.Documents.Pdf.Graphics.Images.PdfImageHandler to assign an image to this property, for example: | |
ImageScale | Gets the ImageScale object defining attributes of image scaling. | |
ObjID | Gets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
PdfDict | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper) | |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>) | |
RolloverAppearance | Gets the StateAppearance object defining the button attributes used when the user rolls the cursor into its active area without pressing the mouse button. |
Name | Description | |
---|---|---|
GetPdfStream | Gets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamData | Gets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamInfo | Gets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. |