Skip to content

PDFFlowPageCreatedEventArgs

Namespace: O2S.Components.PDF4NET.FlowDocument

Defines the event arguments for PDFFlowDocument.PageCreated event.

public class PDFFlowPageCreatedEventArgs : PDFFlowPageEventArgs

Inheritance ObjectEventArgsPDFFlowPageEventArgsPDFFlowPageCreatedEventArgs

Properties

Page

Gets the page that has been created.

public PDFPage Page { get; }

Property Value

PDFPage


PageDefaults

Gets the default initialization values for the page.

public PDFFlowPageDefaults PageDefaults { get; }

Property Value

PDFFlowPageDefaults