VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfGraphicsState Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfGraphicsState Class
    In This Topic
    Contains current graphics control parameters (graphics state) of PDF renderer.
    Object Model
    PdfFont AffineMatrix AffineMatrix AffineMatrix PdfGraphicsState
    Syntax
    'Declaration
    
    Public Class PdfGraphicsState
    
    
    public class PdfGraphicsState
    
    
    public __gc class PdfGraphicsState
    
    
    public ref class PdfGraphicsState
    
    
    Remarks

    Detailed information about graphics control parameters can be found in PDF Reference 1.7, 4.3 Graphics State.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Content.PdfGraphicsState

    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