VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Patterns Namespace / PdfGraphicalPattern Class / PatternType Property
Syntax Requirements SeeAlso
In This Topic
    PatternType Property (PdfGraphicalPattern)
    In This Topic
    Gets or sets code identifying the type of pattern.
    Syntax
    'Declaration
    
    Public Property PatternType As PatternType
    
    
    public PatternType PatternType { get; set; }
    
    
    public: __property PatternType get_PatternType();
    public: __property void set_PatternType(
    PatternType value
    );
    public:
    property PatternType PatternType { PatternType get(); void set(PatternType value); }
    Requirements

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

    See Also