menu

UWP

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

    Show / Hide Table of Contents

    Class CrossTable.ArchiveInformation

    Stores information about a PDF packed object.

    Inheritance
    System.Object
    CrossTable.ArchiveInformation
    Namespace: Syncfusion.Pdf.IO
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public class ArchiveInformation : Object

    Constructors

    ArchiveInformation(Int64, Int64, CrossTable.GetArchive)

    Initialize the archive information class with the archive number and the index within the archive.

    Declaration
    public ArchiveInformation(long arcNum, long index, CrossTable.GetArchive getArchive)
    Parameters
    Type Name Description
    System.Int64 arcNum

    The archive number.

    System.Int64 index

    The index within the archive.

    CrossTable.GetArchive getArchive

    The GetArchive delegade.

    Properties

    Archive

    Gets a number of an object stream that holds the object.

    Declaration
    public PdfStream Archive { get; }
    Property Value
    Type
    PdfStream

    Index

    Gets the index of the object within the archive.

    Declaration
    public long Index { get; }
    Property Value
    Type
    System.Int64

    Extension Methods

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