Class CrossTable.GetArchive
Inheritance
System.Object
CrossTable.GetArchive
Assembly: Syncfusion.Pdf.UWP.dll
Syntax
public sealed class GetArchive : MulticastDelegate
Constructors
GetArchive(Object, IntPtr)
Declaration
public GetArchive(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Int64, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(long archiveNumber, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Int64 |
archiveNumber |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual PdfStream EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(Int64)
Declaration
public virtual PdfStream Invoke(long archiveNumber)
Parameters
Type |
Name |
Description |
System.Int64 |
archiveNumber |
|
Returns
Extension Methods