PrintDocument for WinForms
RenderC1Printable クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : RenderC1Printable クラス
Represents an external object that can be seamlessly rendered in a C1PrintDocument. See remarks for details.
オブジェクト モデル
RenderC1Printable クラス
シンタックス
'宣言
 
Public Class RenderC1Printable 
   Inherits RenderArea
   Implements IDocumentLocationIStyleOwner 
'使用法
 
Dim instance As RenderC1Printable
public class RenderC1Printable : RenderArea, IDocumentLocationIStyleOwner  
解説
The object that this class renders is specified by the value of the RenderC1Printable.Object property. For an object to be assignable to that property, it must expose either of the following two instance methods: To implement a C1PrintableGetTree() method on a class, follow these steps: You will then be able to assign an instance of your class to the RenderC1Printable.Object property of a RenderC1Printable object, and insert that object anywhere in a C1PrintDocument where a standard render object may occur.
継承階層

System.Object
   C1.C1Preview.RenderObject
      C1.C1Preview.RenderArea
         C1.C1Preview.RenderC1Printable

参照

RenderC1Printable メンバ
C1.C1Preview 名前空間