Click or drag to resize

WriteFileBlockEventArgs Class

Provides data for the WriteBlock event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsWriteFileBlockEventArgs

Namespace:  Patagames.Pdf.Net.EventArguments
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class WriteFileBlockEventArgs : EventArgs

The WriteFileBlockEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWriteFileBlockEventArgs
Initialize a ne instance of WriteFileBlockEventArgs class
Top
Properties
  NameDescription
Public propertyBuffer
Pointer to a buffer to output
Public propertyReturnValue
Should be True if successful, False for error
Top
See Also