VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfDrawingEngine Class / PdfDrawingEngine Constructors / PdfDrawingEngine Constructor(PdfGraphics,Resolution,RectangleF,Boolean)
Syntax Requirements SeeAlso
In This Topic
    PdfDrawingEngine Constructor(PdfGraphics,Resolution,RectangleF,Boolean)
    In This Topic
    Initializes a new instance of the PdfDrawingEngine class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal graphics
    The PDF graphics.
    As PdfGraphics, _
    ByVal resolution
    The resolution of this drawing engine.
    As Vintasoft.Imaging.Resolution, _
    ByVal rect
    The rect on PDF graphics.
    As System.Drawing.RectangleF, _
    ByVal invertPointsAtYAxis
    A value indicating whether Y axis points must be inverted.
    As Boolean _
    )

    Parameters

    graphics
    The PDF graphics.
    resolution
    The resolution of this drawing engine.
    rect
    The rect on PDF graphics.
    invertPointsAtYAxis
    A value indicating whether Y axis points must be inverted.
    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