IPdfPage 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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) |