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)

适用于