ShapeBase.height property. Gets or sets the height of the containing block of the shape....points, from the left side of the page. shape . relativeHorizontalPo...Drawing . RelativeHorizontalPo . Page ; // Set the shape's horizontal...
ShapeBase.width property. Gets or sets the width of the containing block of the shape....points, from the left side of the page. shape . relative_horizontal_position...drawing . RelativeHorizontalPo . PAGE # Set the shape's horizontal...
Convert HTML to JPG format in C# code. Save HTML as JPG using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...
Convert a Word document to PNG format in C# code. Save a Word document as PNG using C#....Png); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .png" ,...
Convert HTML to Image format in C# code. Save HTML as Image using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...
Convert PDF to Image format in C# code. Save PDF as Image using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...
Convert DOC to Image format in C# code. Save DOC as Image using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...
Convert PDF to BMP format in C# code. Save PDF as BMP using C#....Bmp); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .bmp" ,...
Convert PDF to JPG format in C# code. Save PDF as JPG using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...
RowFormat.allowBreakAcrossPages property. True if the text in a table row is allowed to split across a Page break....is allowed to split across a page break. get allowBreakAcrossPage...disable rows breaking across pages for every row in a table. let...