Class PictureDescriptorStructure
Summary description for PictureDescriptorStructure.
Inheritance
System.Object
PictureDescriptorStructure
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public class PictureDescriptorStructure : Object
Constructors
PictureDescriptorStructure()
Declaration
public PictureDescriptorStructure()
Properties
ArrBITMAP
Declaration
public byte[] ArrBITMAP { get; set; }
Property Value
BorderBottom
Declaration
public uint BorderBottom { get; set; }
Property Value
BorderLeft
Declaration
public uint BorderLeft { get; set; }
Property Value
BorderRight
Declaration
public uint BorderRight { get; set; }
Property Value
BorderTop
Declaration
public uint BorderTop { get; set; }
Property Value
CropBottom
Declaration
public short CropBottom { get; set; }
Property Value
CropLeft
Declaration
public short CropLeft { get; set; }
Property Value
CropRight
Declaration
public short CropRight { get; set; }
Property Value
CropTop
Declaration
public short CropTop { get; set; }
Property Value
Length
Declaration
public int Length { get; }
Property Value
MfpMM
Declaration
public short MfpMM { get; set; }
Property Value
MpfhMF
Declaration
public short MpfhMF { get; set; }
Property Value
MpfxExt
Declaration
public short MpfxExt { get; set; }
Property Value
MpfyExt
Declaration
public short MpfyExt { get; set; }
Property Value
PicInfo
Declaration
public short PicInfo { get; set; }
Property Value
Props
Declaration
public short Props { get; set; }
Property Value
RGB
Declaration
public byte[] RGB { get; set; }
Property Value
StructSize
Declaration
public ushort StructSize { get; set; }
Property Value
SumSize
number of bytes in the PIC structure plus size of following picture data
Declaration
public uint SumSize { get; set; }
Property Value
XMeasurement
Declaration
public short XMeasurement { get; set; }
Property Value
XOrigin
Declaration
public short XOrigin { get; set; }
Property Value
XScale
Declaration
public ushort XScale { get; set; }
Property Value
YMeasurement
Declaration
public short YMeasurement { get; set; }
Property Value
YOrigin
Declaration
public short YOrigin { get; set; }
Property Value
YScale
Declaration
public ushort YScale { get; set; }
Property Value
Extension Methods