Namespace:
C1.C1PrintDocument
Assembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Assembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
protected internal void Generate( double availableHeightMm, out double generatedHeightMm, out Drawel content, Drawel parentDrawel ) |
Visual Basic (Declaration) |
---|
Protected Friend Sub Generate ( _ availableHeightMm As Double, _ <OutAttribute> ByRef generatedHeightMm As Double, _ <OutAttribute> ByRef content As Drawel, _ parentDrawel As Drawel _ ) |
Parameters
- availableHeightMm
- Type: System..::.Double
- generatedHeightMm
- Type:
System..::.Double%
- content
- Type:
C1.C1PrintDocument.DocEngine.Src..::.Drawel%
- parentDrawel
- Type: C1.C1PrintDocument.DocEngine.Src..::.Drawel