Show / Hide Table of Contents

    Class PrintEventData

    An object holding key information on a particular print event.

    Inheritance
    Object
    PrintEventData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: EventHook
    Assembly: EventHook.dll
    Syntax
    public class PrintEventData

    Properties

    EventDateTime

    Declaration
    public DateTime EventDateTime { get; set; }
    Property Value
    Type Description
    DateTime

    JobName

    Declaration
    public string JobName { get; set; }
    Property Value
    Type Description
    String

    JobSize

    Declaration
    public int? JobSize { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    Pages

    Declaration
    public int? Pages { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    PrinterName

    Declaration
    public string PrinterName { get; set; }
    Property Value
    Type Description
    String
    Back to top Generated by DocFX