VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / ContentStreamGraphicsFigure Class
Properties Methods Events SeeAlso
    ContentStreamGraphicsFigure Class Members
    The following tables list the members exposed by ContentStreamGraphicsFigure.
    Public Properties
     NameDescription
    Public PropertyGets the content type of graphics figure.
    Public PropertyGets the PDF document that associated with this graphics figure.
    Public PropertyGets the first content command of this graphics figure.
    Public PropertyGets a form resource that is associated with this graphics figure.
    Public PropertyGets the graphics state of this graphics figure.
    Public PropertyGets a value indicating whether this graphics figure has XObject resource.
    Public PropertyGets an image-resource that is associated with this graphics figure.
    Public PropertyGets a value indicating whether this figure is stored in PDF content.
    Public PropertyGets a value indicating whether this graphics figure fills a path.
    Public PropertyGets a value indicating whether this graphics figure is a form.
    Public PropertyGets a value indicating whether this graphics figure is an image.
    Public PropertyGets a value indicating whether this graphics figure sets a clip path.
    Public PropertyGets a value indicating whether this figure fills a shading.
    Public PropertyGets a value indicating whether this graphics figure strokes a path.
    Public PropertyGets a value indicating whether this graphics figure draws a text.
    Public PropertyGets a value indicating whether the figure is visible.
    Public PropertyGets the last content command of this graphics figure.
    Public PropertyGets the maximum width of the space between two symbols.
    Public PropertyGets a reference points of this figure. (Inherited from GraphicsFigure)
    Public PropertyGets a resource that is associated with this graphics figure.
    Public PropertyGets the resources, which are associated with this graphics figure.
    Public PropertyGets or sets the text that is associated with text operator.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodReturns a value indicating whether figure contains specified point.
    Public MethodCreates a points editor of graphics figure. (Inherited from GraphicsFigure)
    Public MethodOverloaded. Draws the figure on specified . (Inherited from GraphicsFigure)
    Public MethodDraws the graphics figure on specified PdfGraphics.
    Public MethodReturns the transform that is applied to this figure using reference points.
    Public MethodReturns a drawing box, in the page space, of figure.
    Public MethodReturns the graphics path data, which is associated with this graphics figure.
    Public MethodReturns a region of this graphics figure.
    Public MethodReturns the reference points of source object. (Inherited from GraphicsFigure)
    Public MethodReturns the text that is associated with text operator in font encoding.
    Public MethodRefreshes the properties (Size, Location, ...) of the graphics figure. (Inherited from GraphicsFigure)
    Public Methodstatic (Shared in Visual Basic)Returns the rendered image of the specified figures.
    Public MethodSets the region of figure. (Inherited from GraphicsFigure)
    Public MethodReturns a System.String that represents this instance.
    Protected Methods
     NameDescription
    Protected MethodCopies the state of the current object to the target object. (Inherited from GraphicsFigure)
    Protected MethodRaises the Changed event. (Inherited from GraphicsFigure)
    Protected MethodOccurs when the reference point is changed. (Inherited from GraphicsFigure)
    Protected MethodOccurs when the reference points are changed. (Inherited from GraphicsFigure)
    Protected MethodOccurs when the reference points are changing. (Inherited from GraphicsFigure)
    Public Events
     NameDescription
    Public EventOccurs when the graphics figure is changed. (Inherited from GraphicsFigure)
    Public EventOccurs when reference points are changed. (Inherited from GraphicsFigure)
    Public EventOccurs when reference points are changing. (Inherited from GraphicsFigure)
    See Also