menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PictureDescriptorStructure - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PictureDescriptorStructure

    Summary description for PictureDescriptorStructure.

    Inheritance
    System.Object
    PictureDescriptorStructure
    Namespace: Syncfusion.DocIO.ReaderWriter.Biff_Records.Structures
    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
    Type
    System.Byte[]

    BorderBottom

    Declaration
    public uint BorderBottom { get; set; }
    Property Value
    Type
    System.UInt32

    BorderLeft

    Declaration
    public uint BorderLeft { get; set; }
    Property Value
    Type
    System.UInt32

    BorderRight

    Declaration
    public uint BorderRight { get; set; }
    Property Value
    Type
    System.UInt32

    BorderTop

    Declaration
    public uint BorderTop { get; set; }
    Property Value
    Type
    System.UInt32

    CropBottom

    Declaration
    public short CropBottom { get; set; }
    Property Value
    Type
    System.Int16

    CropLeft

    Declaration
    public short CropLeft { get; set; }
    Property Value
    Type
    System.Int16

    CropRight

    Declaration
    public short CropRight { get; set; }
    Property Value
    Type
    System.Int16

    CropTop

    Declaration
    public short CropTop { get; set; }
    Property Value
    Type
    System.Int16

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type
    System.Int32

    MfpMM

    Declaration
    public short MfpMM { get; set; }
    Property Value
    Type
    System.Int16

    MpfhMF

    Declaration
    public short MpfhMF { get; set; }
    Property Value
    Type
    System.Int16

    MpfxExt

    Declaration
    public short MpfxExt { get; set; }
    Property Value
    Type
    System.Int16

    MpfyExt

    Declaration
    public short MpfyExt { get; set; }
    Property Value
    Type
    System.Int16

    PicInfo

    Declaration
    public short PicInfo { get; set; }
    Property Value
    Type
    System.Int16

    Props

    unused

    Declaration
    public short Props { get; set; }
    Property Value
    Type
    System.Int16

    RGB

    unused

    Declaration
    public byte[] RGB { get; set; }
    Property Value
    Type
    System.Byte[]

    StructSize

    Declaration
    public ushort StructSize { get; set; }
    Property Value
    Type
    System.UInt16

    SumSize

    number of bytes in the PIC structure plus size of following picture data

    Declaration
    public uint SumSize { get; set; }
    Property Value
    Type
    System.UInt32

    XMeasurement

    Declaration
    public short XMeasurement { get; set; }
    Property Value
    Type
    System.Int16

    XOrigin

    Declaration
    public short XOrigin { get; set; }
    Property Value
    Type
    System.Int16

    XScale

    Declaration
    public ushort XScale { get; set; }
    Property Value
    Type
    System.UInt16

    YMeasurement

    Declaration
    public short YMeasurement { get; set; }
    Property Value
    Type
    System.Int16

    YOrigin

    Declaration
    public short YOrigin { get; set; }
    Property Value
    Type
    System.Int16

    YScale

    Declaration
    public ushort YScale { get; set; }
    Property Value
    Type
    System.UInt16

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved