VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / PdfPageContentImagesResponseParams Class / contentImages Property
Syntax Requirements SeeAlso
In This Topic
    contentImages Property (PdfPageContentImagesResponseParams)
    In This Topic
    Gets or sets all image resources, which are associated with PDF page.
    Syntax
    'Declaration
    
    Public Property contentImages As WebContentImage[]
    
    
    public WebContentImage[] contentImages { get; set; }
    
    
    public: __property WebContentImage*[] get_contentImages();
    public: __property void set_contentImages(
    WebContentImage*[]* value
    );
    public:
    property WebContentImage^[] contentImages { WebContentImage^[] get(); void set(array<WebContentImage^>^ value); }
    Requirements

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

    See Also