VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / ContentStreamGraphicsFigureTextGroup Class
Constructors Properties Methods Events SeeAlso
In This Topic
    ContentStreamGraphicsFigureTextGroup Class Members
    In This Topic
    The following tables list the members exposed by ContentStreamGraphicsFigureTextGroup.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ContentStreamGraphicsFigureTextGroup class.
    Public Properties
     NameDescription
    Public PropertyGets the content type of graphics figure. (Inherited from GraphicsFigureGroup)
    Public PropertyGets the number of figures contained in the group. (Inherited from GraphicsFigureGroup)
    Public PropertyGets the PDF document that associated with this graphics figure. (Inherited from GraphicsFigureGroup)
    Public PropertyGets a value indicating whether this figure is stored in PDF content. (Inherited from ContentStreamGraphicsFigureGroup)
    Public PropertyGets a value indicating whether the group is read-only. (Inherited from GraphicsFigureGroup)
    Public PropertyGets a value indicating whether this figure is visible. (Inherited from GraphicsFigureGroup)
    Public PropertyGets a reference points of this figure. (Inherited from GraphicsFigure)
    Public PropertyGets or sets the figure at the specified index. (Inherited from GraphicsFigureGroup)
    Public PropertyGets or sets a transformation that is used in this graphics figure group. (Inherited from GraphicsFigureGroup)
    Protected Properties
     NameDescription
    Protected PropertyGets the items collection. (Inherited from GraphicsFigureGroup)
    Public Methods
     NameDescription
    Public MethodAdds a figure to the collection. (Inherited from GraphicsFigureGroup)
    Public MethodRemoves all figures from the group. (Inherited from GraphicsFigureGroup)
    Public MethodCreates a new object that is a copy of the current instance. (Inherited from ContentStreamGraphicsFigureGroup)
    Public MethodDetermines whether the group contains a specific figure. (Inherited from GraphicsFigureGroup)
    Public MethodReturns a value indicating whether figure contains specified point.
    Public MethodOverloaded. Copies the figures of the group to an Array, starting at a particular Array index. (Inherited from GraphicsFigureGroup)
    Public MethodCreates a points editor of graphics figure. (Inherited from GraphicsFigure)
    Public MethodOverloaded. Draws the graphics figure on specified (the size of graphics figure is calculated automatically). (Inherited from GraphicsFigure)
    Public MethodDraws the graphics figure on specified PdfGraphics. (Inherited from ContentStreamGraphicsFigureGroup)
    Public MethodReturns the collection that contains content of this figure group. (Inherited from ContentStreamGraphicsFigureGroup)
    Public MethodReturns a drawing box, in the page space, of figure. (Inherited from GraphicsFigure)
    Public MethodReturns an enumerator that iterates through a group. (Inherited from GraphicsFigureGroup)
    Public MethodReturns a region of this graphics figure. (Inherited from GraphicsFigureGroup)
    Public MethodReturns the reference points of source object. (Inherited from GraphicsFigure)
    Public MethodDetermines the index of a specific figure in the collection. (Inherited from GraphicsFigureGroup)
    Public MethodInserts a figure to the group at the specified index. (Inherited from GraphicsFigureGroup)
    Public MethodRefresh the properties (Size, Location, ...) of the graphics figure. (Inherited from GraphicsFigureGroup)
    Public MethodRemoves the first occurrence of a specific figure from the collection. (Inherited from GraphicsFigureGroup)
    Public MethodRemoves figure at the specified index. (Inherited from GraphicsFigureGroup)
    Public MethodSets the region of figure. (Inherited from GraphicsFigureGroup)
    Protected Methods
     NameDescription
    Protected MethodReturns the reference points, which are used in this group. (Inherited from ContentStreamGraphicsFigureGroup)
    Protected MethodRaises the Changed event. (Inherited from GraphicsFigure)
    Protected MethodCalled when item collection is changed. (Inherited from ContentStreamGraphicsFigureGroup)
    Protected MethodOccurs when the reference point is changed. (Inherited from GraphicsFigure)
    Protected MethodOccurs when the reference points are changed. (Inherited from ContentStreamGraphicsFigureGroup)
    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