VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfResource Class / WebPdfResource Constructors / WebPdfResource Constructor(Int32,Int32,String)
Syntax Requirements SeeAlso
In This Topic
    WebPdfResource Constructor(Int32,Int32,String)
    In This Topic
    Initializes a new instance of the WebPdfResource class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal objectNumber
    Unique object number.
    As Integer, _
    ByVal length
    Length, in bytes, of this resource.
    As Integer, _
    ByVal compression
    Compression of this resource.
    As String _
    )
    public WebPdfResource(
    int objectNumber,
    int length,
    string compression
    )
    public: WebPdfResource(
    int objectNumber,
    int length,
    string* compression
    )
    public:
    WebPdfResource(
    int objectNumber,
    int length,
    string^ compression
    )

    Parameters

    objectNumber
    Unique object number.
    length
    Length, in bytes, of this resource.
    compression
    Compression of this resource.
    Requirements

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

    See Also