Class PdfDocumentSplitEventArgs
Represents the arguments of PdfDocumentSplitEvent
Inheritance
System.Object
PdfDocumentSplitEventArgs
Namespace: Syncfusion.Pdf.Parsing
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class PdfDocumentSplitEventArgs : EventArgs
Properties
PdfDocumentData
The stream with the split PDF document data.
Declaration
public Stream PdfDocumentData { get; set; }
Property Value
Type |
---|
System.IO.Stream |