 | WriteFileBlockEventArgs Class |
Inheritance Hierarchy
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
Syntaxpublic class WriteFileBlockEventArgs : EventArgs
Public Class WriteFileBlockEventArgs
Inherits EventArgs
public ref class WriteFileBlockEventArgs : public EventArgs
type WriteFileBlockEventArgs =
class
inherit EventArgs
end
public class WriteFileBlockEventArgs extends EventArgs
Patagames.Pdf.Net.EventArguments.WriteFileBlockEventArgs = function();
Type.createClass(
'Patagames.Pdf.Net.EventArguments.WriteFileBlockEventArgs',
EventArgs);
The WriteFileBlockEventArgs type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Buffer |
Pointer to a buffer to output
|
 | ReturnValue |
Should be True if successful, False for error
|
Top
See Also