Click or drag to resize

InvalidatePageEventArgs Class

Represents the class that contain event data for invalidate the client area within the specified rectangle.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsInvalidatePageEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class InvalidatePageEventArgs : EventArgs

The InvalidatePageEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodInvalidatePageEventArgs Construct InvalidatePageEventArgs object
Top
Properties
 NameDescription
Public propertyPage PdfPage object
Public propertyRect Rectangle to invalidate
Top
See Also