次の方法で共有


PdfPageExtensions.AsBytesAsync(IPdfPage) メソッド

定義

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())

パラメーター

target
IPdfPage

戻り値

Task<Byte[]>

適用対象