다음을 통해 공유


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[]>

적용 대상