I am looking for the Method or subclass for the programming in C# and Aspose PDF to do the the following.
Method Name: InsertSiloLabel
Method Description:
The method creates a vertical bar (Silo) and places rotated text (90%) that is centered inside the silo
The text is composed of two chunks (text1 and text2) that are concatenated and centered inside the
silo. text1 and text2 have different font size and colors.
Parameters (inputs):
01. inputPath // The PDF input file
02. outputPath // The PDF output file
// ---------------------------------
03. siloTop // where to start the vertical column (silo) from top of document
04. siloLeft // where to start the vertical column (silo) from left of document
05. siloWidth // The width of the column (sil)
06. siloHeight // The height of the column
07. siloGgColor // the background fill color
08. siloFont // The font
// ------------------------------------
09. text1 // 1 word
10. text1Color
11. text1Size
// ----------------------------------
12. text2 // 3 words of text
13. text2Color
14 .text2Size
Comments:
I am not sure how to pass all these inputs to the method. The formatted text1 and text2 seem hard to accomplish int the Aspose.PDF
.