Renderer1.Render
محتويات
[
يخفي
]Render(IDevice, TDocument)
يحدد طريقة العرض!:TDocument في المحددIDevice
.
public void Render(IDevice device, TDocument document)
معامل | يكتب | وصف |
---|---|---|
device | IDevice | جهاز الإخراج. |
document | TDocument | المستند. |
أنظر أيضا
- interface IDevice
- class Renderer<TDocument>
- مساحة الاسم Aspose.Svg.Rendering
- المجسم Aspose.SVG
Render(IDevice, TDocument, TimeSpan)
يحدد طريقة العرض!:TDocument في المحددIDevice
.
public void Render(IDevice device, TDocument document, TimeSpan timeout)
معامل | يكتب | وصف |
---|---|---|
device | IDevice | جهاز الإخراج. |
document | TDocument | المستند. |
timeout | TimeSpan | أTimeSpan الذي يمثل عدد المللي ثانية للانتظار ، أوTimeSpan يمثل -1 مللي ثانية للانتظار إلى أجل غير مسمى. |
أنظر أيضا
- interface IDevice
- class Renderer<TDocument>
- مساحة الاسم Aspose.Svg.Rendering
- المجسم Aspose.SVG
Render(IDevice, TDocument, int)
يحدد طريقة العرض!:TDocument في المحددIDevice
.
public void Render(IDevice device, TDocument document, int timeout)
معامل | يكتب | وصف |
---|---|---|
device | IDevice | جهاز الإخراج. |
document | TDocument | المستند. |
timeout | Int32 | عدد من المللي ثانية يمثل عدد المللي ثانية المراد انتظاره ، أو -1 ميلي ثانية للانتظار إلى أجل غير مسمى. |
أنظر أيضا
- interface IDevice
- class Renderer<TDocument>
- مساحة الاسم Aspose.Svg.Rendering
- المجسم Aspose.SVG
Render(IDevice, params TDocument[])
يحدد طريقة عرض متعددة!:TDocument ق محددةIDevice
.
public void Render(IDevice device, params TDocument[] documents)
معامل | يكتب | وصف |
---|---|---|
device | IDevice | جهاز الإخراج. |
documents | TDocument[] | المستندات المطلوب تقديمها. |
أنظر أيضا
- interface IDevice
- class Renderer<TDocument>
- مساحة الاسم Aspose.Svg.Rendering
- المجسم Aspose.SVG
Render(IDevice, int, params TDocument[])
يحدد طريقة عرض متعددة!:TDocument ق محددةIDevice
.
public void Render(IDevice device, int timeout, params TDocument[] documents)
معامل | يكتب | وصف |
---|---|---|
device | IDevice | جهاز الإخراج. |
timeout | Int32 | عدد من المللي ثانية يمثل عدد المللي ثانية المراد انتظاره ، أو -1 ميلي ثانية للانتظار إلى أجل غير مسمى. |
documents | TDocument[] | المستندات المطلوب تقديمها. |
أنظر أيضا
- interface IDevice
- class Renderer<TDocument>
- مساحة الاسم Aspose.Svg.Rendering
- المجسم Aspose.SVG
Render(IDevice, TimeSpan, params TDocument[])
يحدد طريقة عرض متعددة!:TDocument ق محددةIDevice
.
public abstract void Render(IDevice device, TimeSpan timeout, params TDocument[] documents)
معامل | يكتب | وصف |
---|---|---|
device | IDevice | جهاز الإخراج. |
timeout | TimeSpan | أTimeSpan الذي يمثل عدد المللي ثانية للانتظار ، أوTimeSpan يمثل -1 مللي ثانية للانتظار إلى أجل غير مسمى. |
documents | TDocument[] | المستندات المطلوب تقديمها. |
أنظر أيضا
- interface IDevice
- class Renderer<TDocument>
- مساحة الاسم Aspose.Svg.Rendering
- المجسم Aspose.SVG
Render(IDevice, CancellationToken, params TDocument[])
يحدد طريقة لتصيير متعدد!:TDocument ق في محددIDevice
، باستخدام رمز إلغاء لطلب إلغاء العملية.
public abstract void Render(IDevice device, CancellationToken cancellationToken,
params TDocument[] documents)
معامل | يكتب | وصف |
---|---|---|
device | IDevice | جهاز الإخراج. |
cancellationToken | CancellationToken | أCancellationToken للمراقبة أثناء انتظار اكتمال المهمة. |
documents | TDocument[] | المستندات المطلوب تقديمها. |
أنظر أيضا
- interface IDevice
- class Renderer<TDocument>
- مساحة الاسم Aspose.Svg.Rendering
- المجسم Aspose.SVG