VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class / PrintedPageCount Property
Syntax Remarks Requirements SeeAlso
In This Topic
    PrintedPageCount Property (ImagePrintDocument)
    In This Topic
    Gets counter of printed pages.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property PrintedPageCount As System.Int32
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public System.Int32 PrintedPageCount { get; }
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public: __property System.Int32 get_PrintedPageCount();
    
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public:
    property System.Int32 PrintedPageCount { System.Int32 get(); }

    Property Value

    Default value: 0.
    Remarks

    Printed image will be divided to some pages in the PrintScaleMode.None mode if size of the printed image is bigger than size of printer's page and this property allows to get counter of pages for the image.

    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