Class XmpThumbnailStruct
- Namespace
- Syncfusion.Pdf.Xmp
- Assembly
- Syncfusion.Pdf.Portable.dll
Xmp Thumbnail Structure.
public class XmpThumbnailStruct : XmpStructure
- Inheritance
-
XmpThumbnailStruct
- Inherited Members
Properties
Format
Gets or sets the format.
public string Format { get; set; }
Property Value
- string
The format.
Height
Gets or sets the height.
public float Height { get; set; }
Property Value
- float
The height.
Image
Gets or sets the thumbnail image (pixel data only) converted to base 64 notation.
public byte[] Image { get; set; }
Property Value
- byte[]
The image.
StructurePrefix
Gets prefix of the structure.
protected override string StructurePrefix { get; }
Property Value
StructureURI
Gets name pf the structure.
protected override string StructureURI { get; }
Property Value
Width
Gets or sets the width.
public float Width { get; set; }
Property Value
- float
The width.
Methods
InitializeEntities()
Initializes.
protected override void InitializeEntities()