[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcGraphicsExt

GcGraphicsExt Class

Provides extension methods that draw certain PDF elements (such as AcroForm fields) on a GcGraphics.

Inheritance
GcGraphicsExt
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public static class GcGraphicsExt
Public Module GcGraphicsExt

Methods

Name Description
DrawCheckBox(GcGraphics, RectangleF, bool, Font, float, Color, Color, Border, float, string)

Draws a PDF check mark.

DrawCheckBox(GcGraphics, RectangleF, bool, Font, float, Color, Color, Border, string)

Draws a PDF check mark.

DrawCloudy(GcGraphics, RectangleF, float, Pen, Color)

Draws an ellipse with a "cloudy" border. (As per the PDF spec, the border should be drawn as a series of convex curved line segments in a manner that simulates the appearance of a cloud.)

DrawCombTextBox(GcGraphics, RectangleF, string, int, Font, float, Color, Color, Border, VariableTextJustification, bool)

Draws a CombTextBox.

DrawCombTextBox(GcGraphics, RectangleF, string, int, Font, float, Color, Color, Border, VariableTextJustification, bool, float)

Draws a CombTextBox.

DrawCombTextBox(GcGraphics, RectangleF, string, int, TextFormat, Color, Border, VariableTextJustification, bool)

Draws a CombTextBox.

DrawCombTextBox(GcGraphics, RectangleF, string, int, TextFormat, Color, Border, VariableTextJustification, bool, float)

Draws a CombTextBox.

DrawComboBox(GcGraphics, RectangleF, IList<ChoiceFieldItem>, int, Font, float, Color, Color, Border, bool)

Draws a combo box.

DrawComboBox(GcGraphics, RectangleF, IList<ChoiceFieldItem>, int, Font, float, Color, Color, Border, bool, float, bool)

Draws a combo box.

DrawComboBox(GcGraphics, RectangleF, IList<ChoiceFieldItem>, int, TextFormat, Color, Border, bool)

Draws a combo box.

DrawComboBox(GcGraphics, RectangleF, IList<ChoiceFieldItem>, int, TextFormat, Color, Border, bool, float, bool)

Draws a combo box.

DrawComboBox(GcGraphics, RectangleF, string, Font, float, Color, Color, Border, bool)

Draws a combo box.

DrawComboBox(GcGraphics, RectangleF, string, Font, float, Color, Color, Border, bool, float, bool)

Draws a combo box.

DrawComboBox(GcGraphics, RectangleF, string, TextFormat, Color, Border, bool)

Draws a combo box.

DrawComboBox(GcGraphics, RectangleF, string, TextFormat, Color, Border, bool, float, bool)

Draws a combo box.

DrawDropDownButton(GcGraphics, RectangleF)

Draws a combo box drop-down button.

DrawImage(GcGraphics, object, RectangleF, ImageScale)

Draws an image represented by an IImage or a FormXObject.

DrawImage(GcGraphics, object, RectangleF, ImageScaleMode, bool, PointF, bool)

Draws an image represented by an IImage or a FormXObject.

DrawListBox(GcGraphics, RectangleF, IList<ChoiceFieldItem>, int[], int, Font, float, Color, Color, Border, bool)

Draws a list box.

DrawListBox(GcGraphics, RectangleF, IList<ChoiceFieldItem>, int[], int, Font, float, Color, Color, Border, bool, float)

Draws a list box.

DrawListBox(GcGraphics, RectangleF, IList<ChoiceFieldItem>, int[], int, TextFormat, Color, Border, bool)

Draws a list box.

DrawListBox(GcGraphics, RectangleF, IList<ChoiceFieldItem>, int[], int, TextFormat, Color, Border, bool, float)

Draws a list box.

DrawPdfLine(GcGraphics, IReadOnlyList<PointF>, float, Color, float[], LineEndingStyle, LineEndingStyle, Color)

Draws a line composed of several segments, with start and end markers.

DrawPdfPage(GcGraphics, Page, RectangleF, bool, bool, RenderingCache, bool, bool)

Draws a PDF page.

DrawPushButton(GcGraphics, RectangleF, string, object, Font, float, Color, Color, ImageScale, CaptionImageRelation, Border)

Draws a pushbutton.

DrawPushButton(GcGraphics, RectangleF, string, object, Font, float, Color, Color, ImageScale, CaptionImageRelation, Border, float)

Draws a pushbutton.

DrawPushButton(GcGraphics, RectangleF, string, object, Font, float, Color, Color, ImageScaleMode, bool, PointF, bool, CaptionImageRelation, Border, float)

Draws a pushbutton.

DrawPushButton(GcGraphics, RectangleF, string, object, TextFormat, Color, ImageScale, CaptionImageRelation, Border)

Draws a pushbutton.

DrawPushButton(GcGraphics, RectangleF, string, object, TextFormat, Color, ImageScale, CaptionImageRelation, Border, float)

Draws a pushbutton.

DrawPushButton(GcGraphics, RectangleF, string, object, TextFormat, Color, ImageScaleMode, bool, PointF, bool, CaptionImageRelation, Border, float)

Draws a pushbutton.

DrawTextBox(GcGraphics, RectangleF, string, bool, Font, float, Color, Color, Border, VariableTextJustification, bool)

Draws a text box.

DrawTextBox(GcGraphics, RectangleF, string, bool, Font, float, Color, Color, Border, VariableTextJustification, bool, float)

Draws a text box.

DrawTextBox(GcGraphics, RectangleF, string, bool, TextFormat, Color, Border, VariableTextJustification, bool)

Draws a text box.

DrawTextBox(GcGraphics, RectangleF, string, bool, TextFormat, Color, Border, VariableTextJustification, bool, float)

Draws a text box.

DrawUnsignedSignature(GcGraphics, RectangleF, Font, float, Color, Color, Border)

Draws an unsigned signature.

DrawUnsignedSignature(GcGraphics, RectangleF, Font, float, Color, Color, Border, float)

Draws an unsigned signature.

DrawUnsignedSignature(GcGraphics, RectangleF, TextFormat, Color, Border)

Draws an unsigned signature.

DrawUnsignedSignature(GcGraphics, RectangleF, TextFormat, Color, Border, float)

Draws an unsigned signature.