PdfPageExtensions.AsBytesAsync(IPdfPage) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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