言語

IPdfPage インターフェイス

定義

public interface class IPdfPage : IDisposable, Microsoft::Maui::Graphics::IDrawable
public interface IPdfPage : IDisposable, Microsoft.Maui.Graphics.IDrawable
type IPdfPage = interface
    interface IDrawable
    interface IDisposable
Public Interface IPdfPage
Implements IDisposable, IDrawable
実装

プロパティ

名前 説明
Height
PageNumber
Width

メソッド

名前 説明
Draw(ICanvas, RectF) (継承元 IDrawable)
Save(Stream)
SaveAsync(Stream)

拡張メソッド

名前 説明
AsBase64(IPdfPage)
AsBytes(IPdfPage)
AsBytesAsync(IPdfPage)
AsStream(IPdfPage)

適用対象