Show / Hide Table of Contents

Class DidAttemptFileAttachmentSaveArgsEventArgs

Inheritance
System.Object
DidAttemptFileAttachmentSaveArgsEventArgs
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class DidAttemptFileAttachmentSaveArgsEventArgs : EventArgs

Constructors

DidAttemptFileAttachmentSaveArgsEventArgs(PTFileAttachment, UInt64, Boolean)

Declaration
public DidAttemptFileAttachmentSaveArgsEventArgs(PTFileAttachment fileAttachment, ulong pageNumber, bool success)
Parameters
Type Name Description
PTFileAttachment fileAttachment
System.UInt64 pageNumber
System.Boolean success

Properties

FileAttachment

Declaration
public PTFileAttachment FileAttachment { get; set; }
Property Value
Type Description
PTFileAttachment

PageNumber

Declaration
public ulong PageNumber { get; set; }
Property Value
Type Description
System.UInt64

Success

Declaration
public bool Success { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX