Esempio n. 1
0
 bool IAreaProvider.IsAreaBreakBefore(LayoutInfo layoutInfo)
 {
     return(false);
 }
Esempio n. 2
0
 bool IAreaProvider.PositionHorizontally(LayoutInfo layoutInfo)
 {
     return(false);
 }
Esempio n. 3
0
        bool IAreaProvider.PositionHorizontally(LayoutInfo layoutInfo)
        {
            IAreaProvider formattedDoc = (IAreaProvider)this.documentRenderer.FormattedDocument;

            return(formattedDoc.PositionHorizontally(layoutInfo));;
        }
Esempio n. 4
0
 bool IAreaProvider.PositionVertically(LayoutInfo layoutInfo)
 {
     return(false);
 }
Esempio n. 5
0
 bool IAreaProvider.IsAreaBreakBefore(LayoutInfo layoutInfo)
 {
     return(layoutInfo.PageBreakBefore);
 }