VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebContentImage Class / WebContentImage Constructors / WebContentImage Constructor(WebPdfImageResource,Resolution,RegionF)
Syntax Requirements SeeAlso
In This Topic
    WebContentImage Constructor(WebPdfImageResource,Resolution,RegionF)
    In This Topic
    Initializes a new instance of the WebContentImage class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal resource
    The WebPdfImageResource associated with this WebContentImage.
    As WebPdfImageResource, _
    ByVal resolution
    Rendering resolution of content image.
    As Vintasoft.Imaging.Resolution, _
    ByVal region
    WebRegionF of this WebContentImage in coordinates of the page.
    As Vintasoft.Imaging.RegionF _
    )
    public WebContentImage(
    WebPdfImageResource resource,
    Vintasoft.Imaging.Resolution resolution,
    Vintasoft.Imaging.RegionF region
    )
    public: WebContentImage(
    WebPdfImageResource* resource,
    Vintasoft.Imaging.Resolution resolution,
    Vintasoft.Imaging.RegionF region
    )
    public:
    WebContentImage(
    WebPdfImageResource^ resource,
    Vintasoft.Imaging.Resolution resolution,
    Vintasoft.Imaging.RegionF region
    )

    Parameters

    resource
    The WebPdfImageResource associated with this WebContentImage.
    resolution
    Rendering resolution of content image.
    region
    WebRegionF of this WebContentImage in coordinates of the page.
    Requirements

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

    See Also