menu

UWP

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

    Show / Hide Table of Contents

    Class PdfArchiveStream

    Implements functionality of PDF object stream (or PDF archive).

    Inheritance
    System.Object
    PdfDictionary
    PdfStream
    PdfArchiveStream
    Implements
    IPdfPrimitive
    Inherited Members
    PdfDictionary.Changed
    PdfDictionary.Clear()
    PdfDictionary.ContainsKey(PdfName)
    PdfDictionary.ContainsKey(String)
    PdfDictionary.Count
    PdfDictionary.FreezeChanges(Object)
    PdfDictionary.GetName(String)
    PdfDictionary.GetValue(PdfCrossTable, String, String)
    PdfDictionary.GetValue(String, String)
    PdfDictionary.IsSaving
    PdfDictionary.Item[PdfName]
    PdfDictionary.Item[String]
    PdfDictionary.Items
    PdfDictionary.ObjectCollectionIndex
    PdfDictionary.OnBeginSave(SavePdfPrimitiveEventArgs)
    PdfDictionary.OnEndSave(SavePdfPrimitiveEventArgs)
    PdfDictionary.Position
    PdfDictionary.Remove(PdfName)
    PdfDictionary.Remove(String)
    PdfDictionary.Status
    PdfDictionary.Values
    PdfStream.Clone(PdfCrossTable)
    PdfStream.ClonedObject
    PdfStream.Data
    PdfStream.Decompress()
    PdfStream.Decrypt(PdfEncryptor, Int64)
    PdfStream.Decrypted
    PdfStream.StreamToBigEndian(Stream)
    PdfStream.StreamToBytes(Stream)
    PdfStream.StreamToBytes(Stream, Boolean)
    PdfStream.WasEncrypted
    Namespace: Syncfusion.Pdf.IO
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public class PdfArchiveStream : PdfStream, IPdfPrimitive, IPdfChangable, IPdfDecryptable

    Methods

    GetIndex(Int64)

    Gets the index of the object referenced by its number.

    Declaration
    public int GetIndex(long objNum)
    Parameters
    Type Name Description
    System.Int64 objNum

    The object number.

    Returns
    Type Description
    System.Int32

    The index of the object.

    Save(IPdfWriter)

    Writes object to defined writer.

    Declaration
    public override void Save(IPdfWriter writer)
    Parameters
    Type Name Description
    IPdfWriter writer

    Writer for object saving.

    Overrides
    PdfStream.Save(IPdfWriter)

    SaveObject(IPdfPrimitive, PdfReference)

    Saves the object.

    Declaration
    public void SaveObject(IPdfPrimitive obj, PdfReference reference)
    Parameters
    Type Name Description
    IPdfPrimitive obj

    The object.

    PdfReference reference

    The reference.

    Implements

    IPdfPrimitive

    Extension Methods

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