This commit is contained in:
parent
be2d538f99
commit
7ec1804bf6
@ -650,6 +650,12 @@ namespace Volian.Svg.Library
|
||||
get { return _Watermark; }
|
||||
set { _Watermark = value; }
|
||||
}
|
||||
private bool _DoZoomOMatic = false;
|
||||
public bool DoZoomOMatic
|
||||
{
|
||||
get { return _DoZoomOMatic; }
|
||||
set { _DoZoomOMatic = value; }
|
||||
}
|
||||
private int _CurrentPageNumber = 0;
|
||||
public int CurrentPageNumber
|
||||
{
|
||||
@ -687,7 +693,7 @@ namespace Volian.Svg.Library
|
||||
DrawBackground(writer.DirectContentUnder);
|
||||
DrawPageList(writer.DirectContent);
|
||||
DrawWatermark(writer.DirectContentUnder);
|
||||
DrawZoomOMatic(writer.DirectContent);
|
||||
if(DoZoomOMatic)DrawZoomOMatic(writer.DirectContent);
|
||||
CurrentPageNumber++;
|
||||
}
|
||||
private PdfReader _BackgroundReader = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user