VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigureContentType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    GraphicsFigureContentType Enumeration
    In This Topic
    Specifies available content types of graphics figure.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum GraphicsFigureContentType
       Inherits System.Enum
    
    
    [Flags()]
    public enum GraphicsFigureContentType : System.Enum
    
    
    [Flags()]
    __value public enum GraphicsFigureContentType : public System.Enum
    
    
    [Flags()]
    public enum class GraphicsFigureContentType : public System.Enum
    
    
    Members
    MemberDescription
    NoContentContent is undefined.
    TextThe text content.
    FormThe form XObject.
    ImageThe image XObject.
    FillPathThe path that filling.
    StrokePathThe path that strokig.
    SetClipSets clip path.
    ShadingFillFill area use shading fill.
    AnyAny content.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigureContentType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also