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 |