Table of Contents

Class PdfDocumentSplitEventArgs

Namespace
Syncfusion.Pdf.Parsing
Assembly
Syncfusion.Pdf.Portable.dll

Represents the arguments of PdfDocumentSplitEvent

public class PdfDocumentSplitEventArgs : EventArgs
Inheritance
PdfDocumentSplitEventArgs
Inherited Members

Properties

PdfDocumentData

The stream with the split PDF document data.

public Stream PdfDocumentData { get; set; }

Property Value

Stream