VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Webp Namespace / WebpPage Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WebpPage Class Members
    In This Topic
    The following tables list the members exposed by WebpPage.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the bit depth of the image page.
    Public PropertyGets the EXIF data.
    Public PropertyGets info about format type of WEBP file.
    Public PropertyGets a value indicating whether the information about image resolution is stored in a WEBP page.
    Public PropertyGets the height, in pixels, of the image page.
    Public PropertyGets the data of ICC profile.
    Public PropertyGets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock)
    Public PropertyGets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock)
    Public PropertyGets the length of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the offset of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the palette of the image page.
    Public PropertyGets the pixel format of this page.
    Public PropertyGets or sets the resolution, in pixels per inch, of the image page.
    Public PropertyGets the number of bits per pixel of image data of the image page. (Inherited from ImagePage)
    Public PropertyGets the width, in pixels, of the image page.
    Public PropertyGets the XMP data.
    Protected Properties
     NameDescription
    Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
    Public Methods
     NameDescription
    Public MethodCompares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock)
    Public MethodOverloaded. Returns an image of this WEBP page.
    Public MethodOverloaded. Saves the page to the the image source.
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Changing event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saved event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saving event. (Inherited from ImageFileBlock)
    Protected MethodReads a structure of WEBP page.
    Protected MethodSets the length of this image file block in the source. (Inherited from ImageFileBlock)
    Protected MethodWrites block data to the source. (Inherited from ImageFileBlock)
    Public Events
     NameDescription
    Public EventOccurs when image file block is changed. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is changing. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saved. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saving. (Inherited from ImageFileBlock)
    See Also