Share via


PdfPageExtensions.AsBytesAsync(IPdfPage) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<cli::array <System::Byte> ^> ^ AsBytesAsync(Microsoft::Maui::Graphics::IPdfPage ^ target);
public static System.Threading.Tasks.Task<byte[]> AsBytesAsync (this Microsoft.Maui.Graphics.IPdfPage target);
static member AsBytesAsync : Microsoft.Maui.Graphics.IPdfPage -> System.Threading.Tasks.Task<byte[]>
<Extension()>
Public Function AsBytesAsync (target As IPdfPage) As Task(Of Byte())

Parameters

target
IPdfPage

Returns

Task<Byte[]>

Applies to