VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfContentRenderingContext Class
Members Object Syntax Remarks Example Hierarchy Requirements SeeAlso
In This Topic
    PdfContentRenderingContext Class
    In This Topic
    Contains information about PDF content rendering process.
    Object Model
    PdfPage DrawingEngine Resolution PdfGraphicsState PdfContentRenderingContext
    Syntax
    'Declaration
    
    Public Class PdfContentRenderingContext
    
    
    public class PdfContentRenderingContext
    
    
    public __gc class PdfContentRenderingContext
    
    
    public ref class PdfContentRenderingContext
    
    
    Remarks

    Properties and methods of this class can be used for getting information about PDF content rendering process and changing current state of PDF content rendering process.

    Example

    Please see example here: PdfContentRenderer

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.PdfContentRenderingContext

    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