menu

UWP

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

    Show / Hide Table of Contents

    Class PdfCrossTable.RegisteredObject

    Represents a registered object.

    Inheritance
    System.Object
    PdfCrossTable.RegisteredObject
    Namespace: Syncfusion.Pdf.IO
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public class RegisteredObject : Object

    Constructors

    RegisteredObject(PdfCrossTable, PdfArchiveStream, PdfReference)

    Initializes a new instance of the RegisteredObject class.

    Declaration
    public RegisteredObject(PdfCrossTable xrefTable, PdfArchiveStream archive, PdfReference reference)
    Parameters
    Type Name Description
    PdfCrossTable xrefTable

    The xref table.

    PdfArchiveStream archive

    The archive.

    PdfReference reference

    The reference.

    RegisteredObject(Int64, PdfReference)

    Initialize the structure with the proper values.

    Declaration
    public RegisteredObject(long offset, PdfReference reference)
    Parameters
    Type Name Description
    System.Int64 offset

    The offset of the object.

    PdfReference reference

    The reference representing the object number and the generation number of the indirect object.

    RegisteredObject(Int64, PdfReference, Boolean)

    Initialize the structure with the proper values.

    Declaration
    public RegisteredObject(long offset, PdfReference reference, bool free)
    Parameters
    Type Name Description
    System.Int64 offset

    The offset of the object.

    PdfReference reference

    The reference representing the object number and the generation number of the indirect object.

    System.Boolean free

    Shows if the object is free.

    Fields

    GenerationNumber

    The generation number of the indirect object.

    Declaration
    public int GenerationNumber
    Field Value
    Type
    System.Int32

    Type

    Shows if the object is free.

    Declaration
    public CrossTable.ObjectType Type
    Field Value
    Type
    CrossTable.ObjectType

    Extension Methods

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