VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Webp Namespace / WebpFile Class / Page Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    Page Property (WebpFile)
    In This Topic
    Gets the page of this WEBP file.
    Syntax
    'Declaration
    
    Public Overrides ReadOnly Property Page As WebpPage
    
    
    public override WebpPage Page { get; }
    
    
    public: __property WebpPage* get_Page(); override;
    
    
    
    public:
    property WebpPage^ Page { WebpPage^ get() override;; }
    Exceptions
    ExceptionDescription
    Thrown if page is sets.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also