Creates a bitmap having a maximum size for given fixed page.
Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
Parameters
- fixedPage
- Type: FirstFloor.DocumentsFixedPage
The fixed page. - maxSize
- Type: System.WindowsSize
Maximum size of the bitmap.
Return Value
Type: WriteableBitmapThe created bitmap.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type FixedPage. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).See Also