腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(86)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
WPF DocumentPaginator和
DocumentPage
意外裁剪
或者是dialog.Print()函数设置的,我只需要在GetPage()中读取它 最后,当我返回一个
DocumentPage
时,我应该向三个几何参数pageSize、bleedBox和contentBox
浏览 3
提问于2010-07-07
得票数 4
回答已采纳
1
回答
WPF DocumentPaginator:将
DocumentPage
大小更改为横向
如何根据
DocumentPage
.Size属性的文档中的说明调整
DocumentPage
的大小:"Remarks...Use the protected SetSize method to set this{ Size = size; Element.Arrange(new Rect(
浏览 81
提问于2020-07-09
得票数 0
回答已采纳
2
回答
在WPF中可以通过页码获取每个
DocumentPage
的内容吗?
我使用DocumentPaginator将FlowDocument的文本分成多个页面。是否可以在ComputePageCount()之后按页码获取每个页面的内容?如果不是,我怎么能用其他方式呢?var flowDocument = this.Document;DocumentPaginator paginator = ((IDocumentPaginatorSource)flowDocument).DocumentPaginator; paginator.ComputePageC
浏览 4
提问于2014-09-12
得票数 2
1
回答
使用变量访问WPF元素
每个Grid被命名为‘
DocumentPage
1 1’、‘
DocumentPage
1 2’、‘
DocumentPage
1 3’等等。如果我想编辑'
DocumentPage
‘+An’‘int’变量,我该怎么办?这样做是行不通的:int PageToAccess = 2; "
DocumentPage
" + PageToAccess.Height = 200; //This does not work
浏览 1
修改于2016-01-01
得票数 2
回答已采纳
1
回答
如何在WPF中打印带有分页的视觉?
我试过,但没有成功: { visual.Arrange(new Rect(visual.DesiredSize)); return page;
浏览 1
提问于2010-09-16
得票数 3
1
回答
实现DocumentPaginator时的空白页
public override
DocumentPage
GetPage(int pageNumber) {
DocumentPage
page = new
DocumentPage
(canvas
浏览 2
提问于2011-10-20
得票数 0
回答已采纳
1
回答
无法移除子对象
public class Document public Document() Pages = new List<
DocumentPage
>(); public virtual IList<
DocumentPage
> Pages { get; set; }}{ public virtual Int64 Id { get; set;
浏览 1
修改于2015-07-04
得票数 0
1
回答
移动页面中的数据视图找不到对目标移动页面的pageName引用
moveTo="homePage"> <xe:dataView rows="7" id="dataView1" pageName="#
documentPage
" <xe:this.summaryColumn> 另一个移动页面是"
document
浏览 3
提问于2012-12-20
得票数 0
1
回答
使用WPF DocumentPaginator打印图像的正确方式是什么?
下面是我在一个扩展DocumentPaginator的类中的代码 {= new Image { Source = source }; return new
DocumentPage
加载图像并将其附加到
DocumentPage
对象的正确方法是什么?
浏览 4
提问于2015-10-08
得票数 0
1
回答
为什么我的网页内容在阅读PDF时会被混淆?
>(); /// <summary> /// </summary> {set { _pages =
浏览 1
修改于2020-01-16
得票数 3
回答已采纳
1
回答
Jquery ui进度条不显示在其他元素的前面
data.DocumentPages.length; $.each(data.DocumentPages, function (index,
documentPage
docid={0}&variantid={1}" alt="{2}"/>',
documentPage
.DocumentId,
documentPage
.ThumbVariantId,
documentPage
.Titledocid=
浏览 5
提问于2012-08-14
得票数 0
1
回答
如何使帮助生成的HTML与jQuery (Meteor)一起工作?
为了用contenteditable区域和Meteor修复文本复制错误,我做了以下工作:Template.
documentPage
.helpers({Template.
documentPage
.rendered = function() { $('.content').addClass('test') // <--this does nothing
浏览 6
提问于2015-01-28
得票数 0
回答已采纳
2
回答
关闭内容可编辑区域的反应性(Meteor)
示例: 'input .document-input': (function(e) { $set: { } } <template name="
documentPage
"
浏览 0
提问于2015-02-08
得票数 3
1
回答
RenderTargetBitmap呈现大小错误的图像
pageCount = documentPaginator.PageCount; { bool isLandscape =
documentPage
.Size.Width>
documentPage
.Size.Height;
浏览 2
修改于2020-06-20
得票数 5
回答已采纳
1
回答
使用setTimeout时不保存流星集合
我有一个在输入中保存contenteditable区域的事件: contenteditable: function() { } Template.
documentPage
.eventsrangy.restoreSelection(savedS
浏览 0
修改于2015-01-27
得票数 0
回答已采纳
1
回答
SwiftUI选择器不尊重设备上的帧大小
).tag(i) } .frame(height:
DocumentPage
.rowHeight} else { } } .frame(height:
DocumentPage
.rowHeight
浏览 8
提问于2022-11-21
得票数 0
1
回答
从图像转换为Pdf,然后将其作为响应发送,而不保存在磁盘中
contentStream.drawImage(img, 0, 0); in.close(); PDPage
documentPage
= document.getPage(0); byte[] pdfData = new byte
浏览 18
提问于2020-01-13
得票数 1
回答已采纳
1
回答
即使我使用的是waitOn,也没有按时呈现集合?
Meteor.publish('singleDocument', function(documentId) {}); } Tracker.autorun(function() {
浏览 2
提问于2015-02-10
得票数 0
回答已采纳
1
回答
Jquery FormData可以附加数组来上传到网络核心上吗?
}); jQuery.ajax({ }public IActionResult
DocumentPage
浏览 0
提问于2018-11-07
得票数 0
回答已采纳
1
回答
在wpf / c#中混合横向和纵向打印
DocumentPaginator public override Size PageSize { get; set; } thePage.Height = PageSize.Height; return new <
浏览 7
提问于2011-10-17
得票数 2
第 2 页
第 3 页
第 4 页
第 5 页
点击加载更多
领券